Calculated control is blank due to control contains a Null value.

Cause:


The calculated control's Control Source expression refers to a field that contains a Null value. A Null value is treated as an unknown value rather than a zero. Any calculations performed on a Null value will return a Null result.

Solution:


Convert the Null value to 0 using the 'Nz' function. In the Form Design view, select the desired control, select the 'View' menu, and select 'Properties'. Select the 'Data' tab, and add the 'Nz' function to the Control Source expression.